home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5 (Alt)
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
phoonsrc
/
libi
/
ledf2.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-20
|
125 b
|
10 lines
#include "common.h"
#include <inline/mathieeedoubbas.h>
int
__ledf2 (a, b)
double a, b;
{
return IEEEDPCmp (a, b);
}